﻿@charset "utf-8";
/* CSS Document */
/*纵向滚动*/
.overflowY{
	overflow-y: auto;
	overflow-x: hidden;
}
/*清除边距*/

.clearMarginleft{margin-left: 0;}
.textIndent{text-indent: 0;}
.pageFile-infContent .textIndentFile{text-indent: 60px;}
/*添加去掉边框*/
.borderRight{
	border-right: 1px solid #ddd;
}
.borderLeft{
	border-left: 1px solid #ddd;
}
.borderRightdashed{
	border-right: 1px dashed #ddd;
}
.borderdashed{
	border: 1px dashed #ddd;
}
.borderNone{
	border: none!important;
	border-bottom: none!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
}
.borderLeftnone{
	border-left: none;
}
.borderTopnone{
	border-top: none;
}
/*添加边距*/
.paddingLeft{
	padding-left: 1%;
}
.margin0{
	margin: 0!important;
}
.marginLeft{
	margin-left: 5%;
}
.marginLeftuser{
	margin-left: 10px;
}
.marginTop{
	margin-top: 10px;
}
.marginTop01{
	margin-top: 20px;
}
.marginBottom{
	margin-bottom: 40px;
}
.pageFile-infContent .marginTopFile{
	margin-top: 50px;
}
.paddingBottom{
	padding-bottom: 5px;
}
.pageFile-inf .paddingBottom{
	padding-bottom: 5px;
}
.pageSearch-table .textAlignl{
	text-align: left;
}
.padding20{
	padding: 20px 0!important;
}
/*清除边框*/
.clearborderleft{
	border-left: none;
}
.clearborderright{
	border-right: none!important;
}
/*号牌颜色*/
.colorBlue{
	background-color: #245B9C;
	width: 20px;
	height: 10px;
	margin: 0 auto;
}
.colorYellow{
	background-color: #9CAF33;
	width: 20px;
	height: 10px;
	margin: 0 auto;
}
.colorWhite{
	background-color: #ddd;
	width: 20px;
	height: 10px;
	margin: 0 auto;
}
.colorBlack{
	background-color: #666;
	width: 20px;
	height: 10px;
	margin: 0 auto;
}

/*表格tr颜色*/
.odd{
	background-color: #fafafa;
}
.hover{
	background-color: #D2E4E7;
}
.selected{
	background-color:#E4DD17
}
/*表格等距*/
.tableLayot{
	table-layout: fixed;
}
/*加粗*/
.fontWeight{
	font-weight: bold!important;
}
/*精细*/
.fontWeightn{
	font-weight:normal;
}
/*切页导航底边补全*/
.boxBottom{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.boxBottom-border{
	background-color: #ddd;
	height: 1px;
	margin-top: 39px;
	margin-left: 404px;
}
/*特别定义的宽高*/
.spcWidth01{
	width: 48.9%;
}
.spcWidth02{
	width: 170px;
}
.spcWidth03{
	width: 220px;
}
.pageSearch-subbox .spcWidth04{
	width: 50%;
}
.spcWidth05{
	width: 74.3%;
}
.pageSearch-subbox .spcWidth06{
	width: 15%;
}
.spcWidth07{
	width: 467px!important;
}
.spcWidth08{
	width: 728px!important;
}
.spcWidth96p{
	width: 96%!important;
}
.spcWidth90p{
	width: 90%!important;
}
.spcWidth49p{
	width: 49%!important;
}
.spcHeight01{
	height: 310px!important;
}
/*i颜色*/
.icolorGreen{
	color: #57E356
}
.color333{
	color: #333!important
}
/*添加浮动*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right!important;
}
/*浮动导航样式*/
.floatNav{
	position: absolute;
	top: 10%;
	right: 20px;
	width: 100px;
}
.floatNav a{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	text-align: center
}
.floatNav-home{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	float: right;
	cursor: pointer
}
.floatNav-home i{
	color: #fff;
	margin-left: 8px;
}
.floatNav a:hover{
	background-color: #0099cc;
	cursor: pointer;
}

/*清除背景*/
.clearbackground{
	background-image: none!important;
}
.addbackgroundColor{
	background-color: rgba(0,0,0,0.5)!important;
	transition: 0.02s;
}
.addbackgroundColor01{
	background-color: #0099cc!important;
	color: #fff!important
}
.marginLeft01{
	margin-left: 0;
	transition: 1s
}
.marginLeft02{
	margin-left: 100%;
	transition: 1s
}
.marginLeft03{
	margin-left: -100%;
		transition: 1s
}

/*相对定位*/
.positionRe{
	position: relative;
}
.right0{
	right: 0!important;
}
.right01{
	right: 0!important;
	transition: 0.5s
}
/*阴影*/
.boxShadow{
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2),0px -2px 2px 0px rgba(0, 0, 0, 0.2),-2px 0px 2px 0px rgba(0, 0, 0, 0.2),2px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

/*清除圆角*/
.clearBorderradius{
	border-radius: 0!important
}



















